metier
Class ListeMatch
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
metier.ListeMatch
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, ListeMatchInterface
public class ListeMatch
- extends java.rmi.server.UnicastRemoteObject
- implements ListeMatchInterface
Class ListeMatch
Package metier
Définition d'une liste de Matchs
- Author:
- Hervé Le Fouler et Lionel Lasry
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
|
Constructor Summary |
ListeMatch()
Constructeur de ListeMatch |
|
Method Summary |
java.util.ArrayList<MatchInterface> |
getListeMatch()
Renvoit l'arrayList de Matchs |
void |
selectAllMatch(java.lang.String nom_championnat)
Génére une arrayList de Match pour un championnat donné
l'assigne à un objet ListeMatch pour le passage via RMI |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
listeMatchs
private java.util.ArrayList<MatchInterface> listeMatchs
ListeMatch
public ListeMatch()
throws java.rmi.RemoteException
- Constructeur de ListeMatch
- Throws:
java.rmi.RemoteException
selectAllMatch
public void selectAllMatch(java.lang.String nom_championnat)
throws java.rmi.RemoteException
- Génére une arrayList de Match pour un championnat donné
l'assigne à un objet ListeMatch pour le passage via RMI
- Specified by:
selectAllMatch in interface ListeMatchInterface
- Parameters:
String - nom_championnat
- Throws:
java.rmi.RemoteException
getListeMatch
public java.util.ArrayList<MatchInterface> getListeMatch()
throws java.rmi.RemoteException
- Renvoit l'arrayList de Matchs
- Specified by:
getListeMatch in interface ListeMatchInterface
- Returns:
- ArrayList listeMatchs
- Throws:
java.rmi.RemoteException